Component Element

Description

Information UFT One needs to locate and run the custom server.

Diagram

Component Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)DllName Element (Required, 1 element allowed)
TypeName Element (Required, 1 element allowed)


Children

Used By

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Component">
    <xs:annotation>
        <xs:documentation>The Custom Server component data.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DllName" minOccurs="1" maxOccurs="1" />
            <xs:element ref="TypeName" minOccurs="1" maxOccurs="1" />
        </xs:sequence>
    </xs:complexType>
</xs:element>